home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / ptools12.zip / MSGDLGU.DFM / MSGDLGU.txt
Text File  |  1996-04-17  |  782b  |  40 lines

  1. object MsgDlg: TMsgDlg
  2.   Left = 254
  3.   Top = 224
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 139
  7.   ClientWidth = 132
  8.   Color = clYellow
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnDeactivate = FormDeactivate
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object Shape1: TShape
  19.     Left = 0
  20.     Top = 0
  21.     Width = 102
  22.     Height = 97
  23.     Brush.Color = clYellow
  24.   end
  25.   object MsgLbl: TLabel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 101
  29.     Height = 19
  30.     Caption = 'Empty Caption'
  31.     Font.Color = clBlack
  32.     Font.Height = -16
  33.     Font.Name = 'Times New Roman'
  34.     Font.Style = [fsBold, fsItalic]
  35.     ParentFont = False
  36.     Transparent = True
  37.     OnClick = MsgLblClick
  38.   end
  39. end
  40.